cdc933f01822d70f134aaeed70b3c69a459fcbe1,src/test/java/com/bladecoder/ink/runtime/test/ChoiceSpecTest.java,ChoiceSpecTest,stickyChoice,#,156

Before Change


	public void stickyChoice() throws Exception {
		List<String> text = new ArrayList<String>();

		String json = TestUtils.getJsonString("inkfiles/choices/sticky-choice.ink.json").replace('\uFEFF', ' ');
		Story story = new Story(json);

		TestUtils.nextAll(story, text);

After Change


	public void stickyChoice() throws Exception {
		List<String> text = new ArrayList<String>();

		String json = TestUtils.getJsonString("inkfiles/choices/sticky-choice.ink.json");
		Story story = new Story(json);

		TestUtils.nextAll(story, text);